Object

FileBasedApiDefinitionInput

The file that contains the API definition.

Fields

filename(): String!
The filename of the file where the API definitions are listed.
contents(): String!
The API definition file contents.
authentications(): [ApiAuthenticationInput!]!
A list of the API authentication schemes (for example: Basic, Bearer Token, API Key).
enabled_endpoints(): [ApiEndpointInput!]!
A list of the API endpoints.